-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AppKit] Xcode 14 Beta 1-5 #15778
[AppKit] Xcode 14 Beta 1-5 #15778
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
[Mac (13, 0)] | ||
[Export ("pulldownTarget", ArgumentSemantic.Weak)] | ||
[NullAllowed] | ||
NSObject PulldownTarget { get; set; } | ||
|
||
[Mac (13, 0)] | ||
[Export ("pulldownAction", ArgumentSemantic.Assign)] | ||
[NullAllowed] | ||
Selector PulldownAction { get; set; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we can provide a better API in the future
Co-authored-by: Alex Soto <alex@alexsoto.me>
Co-authored-by: Alex Soto <alex@alexsoto.me>
src/xkit.cs
Outdated
[Flags] | ||
[Native] | ||
public enum NSTextListOptions : ulong { | ||
PrependEnclosingMarker = 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PrependEnclosingMarker = 1 | |
PrependEnclosingMarker = 1, |
src/xkit.cs
Outdated
Decimal, | ||
} | ||
|
||
[TV (16,0), NoWatch, Mac (10,10), iOS (16,0)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MacCatalyst?
!deprecated-attribute-missing! NSToolbar::setSizeMode: missing a [Deprecated] attribute | ||
!deprecated-attribute-missing! NSToolbar::sizeMode missing a [Deprecated] attribute | ||
!deprecated-attribute-missing! NSWindow::setShowsToolbarButton: missing a [Deprecated] attribute | ||
!deprecated-attribute-missing! NSWindow::showsToolbarButton missing a [Deprecated] attribute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
!deprecated-attribute-missing! NSToolbar::setSizeMode: missing a [Deprecated] attribute | ||
!deprecated-attribute-missing! NSToolbar::sizeMode missing a [Deprecated] attribute | ||
!deprecated-attribute-missing! NSWindow::setShowsToolbarButton: missing a [Deprecated] attribute | ||
!deprecated-attribute-missing! NSWindow::showsToolbarButton missing a [Deprecated] attribute |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the small nit things I mentioned and others' suggestions, LGTM!
This comment has been minimized.
This comment has been minimized.
Co-authored-by: TJ Lambert <50846373+tj-devel709@users.noreply.github.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
Everything on both APIs is CGFloat which for us is nfloat
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
❗ API diff for current PR / commit (Breaking changes)Legacy Xamarin (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:).NET (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:)
❗ API diff vs stable (Breaking changes)Legacy Xamarin (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:).NET (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:)ℹ️ Generator diffGenerator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes) Pipeline on Agent |
💻 [PR Build] Tests on macOS Mac Catalina (10.15) passed 💻✅ All tests on macOS Mac Catalina (10.15) passed. Pipeline on Agent |
❌ [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌Failed tests are:
Pipeline on Agent |
🔥 [CI Build] Test results 🔥Test results❌ Tests failed on VSTS: simulator tests 0 tests crashed, 9 tests failed, 219 tests passed. Failures❌ introspection tests
Html Report (VSDrops) Download ❌ monotouch tests
Html Report (VSDrops) Download Successes✅ bcl: All 69 tests passed. Html Report (VSDrops) Download Pipeline on Agent |
Failures are all timeouts and unrelated Breaking change TJ has a PR for already. |
No description provided.